home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-02.Z / 94-02 / text0141.txt < prev    next >
Encoding:
Text File  |  1994-02-28  |  5.5 KB  |  143 lines

  1. Help!
  2.  
  3. I have recently entered the windows Internet interface, I particularly enjoy 
  4. the International Go Server, with mouse driven play but I keep getting Stacks 
  5. overflow, system halted upon exit from working sesion to dos from WIndows 
  6. 3.1
  7.  
  8. I'm slipping into Utexas using  dialup on the modem, loading the winpkt at 
  9. boot and going to windows then using tcpman and winsock to Mosaic.
  10.  
  11. I'm using 
  12. dos6, emm386, stacks=9,256 ( have tried stacks=0,0 no halt on exit to dos but 
  13. tcpman doesn't load, tried no stacks and nothing worked, tried stacks=9,512 
  14. but it still crashed on exit).
  15.  
  16. I very much enjoy this graphical interface but having to reboot to hangup the 
  17. slip connection is, how shall I say, disturbing!
  18.  
  19. If you know how I can avoid this problem or need more information to help me 
  20. please e-mail me soon!
  21.  
  22. Thank you much
  23. -flipper
  24. From news@bigblue.oit.unc.edu Tue Feb 15 04:25:27 1994
  25. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  26.           id AA25691; Tue, 15 Feb 1994 04:26:43 -0500
  27. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  28.           id AA13897; Tue, 15 Feb 1994 04:11:20 -0500
  29. Received: from GATEWAY by bigblue with netnews
  30.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  31. To: winsock@sunsite.unc.edu
  32. Date: Tue, 15 Feb 1994 04:25:27 GMT
  33. From: jtara@crash.cts.com (Jon Tara)
  34. Message-Id: <jtara.32.00176D41@crash.cts.com>
  35. Organization: Independent Software Engineer, San Diego, CA
  36. Sender: ses
  37. References: <2jog9b$2e2@Mercury.mcs.com>, <2jokem$197@fnnews.fnal.gov>
  38. Subject: Re: COMM driver for Windows?
  39.  
  40. >In article <2jog9b$2e2@Mercury.mcs.com>, <karl@MCS.COM> writes:
  41.  
  42. >> Is there a decent freeware comm driver for Windows?  I have had email from
  43. >> folks suggesting that the comm driver included with Windows is the reason
  44. >> for the terrible WinTRUMPET performance.
  45. >> 
  46. >> Pointers appreciated.  I have FTP capability.
  47. >> 
  48. >> --
  49.  
  50. I am getting transfer rates similar to Zmodem - ~1500-1600cps on binary files 
  51. at 14,400 bps. I am using the Distinct TCP/IP runtime, which does NOT have
  52. a replacement comm driver. My modem is an Intel 400, which is a 16450
  53. emulation with a large buffer.
  54.  
  55. There is already 16550 code in the Windows comm driver: you just have to
  56. turn it on.  (I don't know how off the top of my head, since I don't use a 
  57. 16550...)
  58. _____________________________________________________________________
  59. Jon Tara | Internet:   jtara@crash.cts.com  | Am I supposed to say 
  60.          | CompuServe: 76477,3422           | something clever here?
  61. From news@bigblue.oit.unc.edu Tue Feb 15 04:31:55 1994
  62. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  63.           id AA25698; Tue, 15 Feb 1994 04:26:44 -0500
  64. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  65.           id AA19530; Tue, 15 Feb 1994 04:11:20 -0500
  66. Received: from GATEWAY by bigblue with netnews
  67.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  68. To: winsock@sunsite.unc.edu
  69. Date: Tue, 15 Feb 1994 04:31:55 GMT
  70. From: jtara@crash.cts.com (Jon Tara)
  71. Message-Id: <jtara.33.001788EA@crash.cts.com>
  72. Organization: Independent Software Engineer, San Diego, CA
  73. Sender: ses
  74. References: <2jog9b$2e2@Mercury.mcs.com>, <2jokem$197@fnnews.fnal.gov>
  75. Subject: Re: COMM driver for Windows?
  76.  
  77. In article <2jokem$197@fnnews.fnal.gov> andylego@wired2.fnal.gov writes:
  78. >From: andylego@wired2.fnal.gov
  79. >Subject: Re: COMM driver for Windows?
  80. >Date: Mon, 14 Feb 94 13:36:19 PST
  81.  
  82.  
  83. >In article <2jog9b$2e2@Mercury.mcs.com>, <karl@MCS.COM> writes:
  84.  
  85. >> Is there a decent freeware comm driver for Windows?  I have had email from
  86. >> folks suggesting that the comm driver included with Windows is the reason
  87. >> for the terrible WinTRUMPET performance.
  88. >> 
  89. >> Pointers appreciated.  I have FTP capability.
  90.  
  91. Oops, I said that I didn't know how to turn on the 16550 support built-in to 
  92. Windows. Now I do!  It's right there in sysini.wri, too... (search for "16550")
  93.  
  94. In the [386enh] section of system.ini, add a line:
  95.  
  96.   COMxFIFO=TRUE
  97.  
  98. where 'x' is the comm port #. 
  99.  
  100. This is ignored if the port does not have a 16550, so it is supposed to be 
  101. safe to just set this anyway and forget it.
  102.  
  103.  
  104.  
  105. _____________________________________________________________________
  106. Jon Tara | Internet:   jtara@crash.cts.com  | Am I supposed to say 
  107.          | CompuServe: 76477,3422           | something clever here?
  108. From news@bigblue.oit.unc.edu Tue Feb 15 09:13:56 1994
  109. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  110.           id AA28857; Tue, 15 Feb 1994 05:26:43 -0500
  111. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  112.           id AA16516; Tue, 15 Feb 1994 05:06:35 -0500
  113. Received: from GATEWAY by bigblue with netnews
  114.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  115. To: winsock@sunsite.unc.edu
  116. Date: Tue, 15 Feb 1994 09:13:56 GMT
  117. From: jackotto@kauri.vuw.ac.nz (Jack Otto)
  118. Message-Id: <jackotto.117.2D609253@kauri.vuw.ac.nz>
  119. Organization: Victoria University of Wellington
  120. Sender: ses
  121. References: <CL69Ey.78C@news.udel.edu>, <Chaplaincy.22.000DDED3@vuw.ac.nz>
  122. Subject: Re: Finger31 and wsmtpsrv [2 diff. Q's] - Correction.
  123.  
  124. >In article <CL69Ey.78C@news.udel.edu> drdowns@bach.udel.edu (David R. Downs)
  125. >writes:
  126.  
  127. >>  As for wsmtpsrv, I get a GPF when it receives an incoming message.  The
  128. >>  install instructions seem easy enough, but I feel that there is a variable
  129. >>  that needs setting or something. 
  130.  
  131. >If it's the version I tried, it did that when a header line was longer than 
  132. >128 bytes.
  133.  
  134. >Try the one from elf.com (?) ws_gmail.
  135.  
  136. Oops!  elf.com has WinTalk.
  137.  
  138. ws_gmail is akin to ws_ftp, etc.  Try one of the Win3 sites, 
  139. eg ftp.cica.indiana.edu:/pub/ps/win3 (I think)
  140.  
  141. Jack.
  142.  
  143.